Narrow your search

Library

UCLL (242)

Odisee (241)

Thomas More Kempen (241)

Thomas More Mechelen (241)

VIVES (241)

KU Leuven (228)

ULiège (222)

ULB (214)

LUCA School of Arts (172)

UGent (47)

More...

Resource type

book (253)


Language

English (253)


Year
From To Submit

2023 (2)

2022 (17)

2021 (3)

2020 (7)

2019 (3)

More...
Listing 1 - 10 of 253 << page
of 26
>>
Sort by

Book
Microsoft .NET Framework 4.5 quickstart cookbook : get up to date with the exciting new features in .NET 4.5 framework with these simple but incredibly effective recipes
Author:
ISBN: 1849686998 9781849686990 184968698X 9781849686983 Year: 2013 Publisher: Birmingham : Packt Pub.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Over 50 simple but incredibly effective recipes to get updated to exciting new features in .NET 4.5 Framework Designed for the fastest jump into .NET 4.5, with a clearly designed roadmap of progressive chapters and detailed examples. A great and efficient way to get into .NET 4.5 and not only understand its features but clearly know how to use them, when, how and why. Covers Windows 8 XAML development, .NET Core (with Async/Await & reflection improvements), EF Code First & Migrations, ASP.NET, WF, and WPF In Detail With about ten years since its first release, Microsoft’s .NET Framework 4.5 is one of the most solid development technologies to create casual, business, or enterprise applications. It has evolved into a very stable framework and solid framework for developing applications, with a solid core, called the CLR (Common Language Runtime) Microsoft .NET Framework 4.5 includes massive changes and enables modern application and UI development. "Microsoft .Net Framework 4.5 Quickstart Cookbook" aims to give you a run through the most exciting features of the latest version. You will experience all the flavors of .NET 4.5 hands on. The “How-to” recipes mix the right ingredients for a final taste of the most appetizing features and characteristics. The book is written in a way that enables you to dip in and out of the chapters. The book is full of practical code examples that are designed to clearly exemplify the different features and their applications in real-world development. All the chapters and recipes are progressive and based on the fresh features on .NET Framework 4.5. The book will begin by teaching you to build a modern UI application and improve it to make it Windows 8 Modern UI apps lifecycle model-compliant. You will create a portable library and throttle data source updating delays. Towards the end of the book, you will create you first Web API.


Book
.NET design patterns : explore the world of .NET design patterns and bring the benefits that the right patterns can offer to your toolkit today
Authors: ---
ISBN: 9781786461865 1786461862 1786466155 9781786466150 Year: 2017 Publisher: Birmingham : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Explore the world of .NET design patterns and bring the benefits that the right patterns can offer to your toolkit today About This Book This book is based on the latest version of .NET, .NET Core 1.0. The code is explained piece by piece and the application of the pattern is also showcased. This fast-paced guide shows you how to implement the patterns into your existing applications Who This Book Is For This book is for those with familiarity with .NET development who would like to take their skills to the next level and be in the driver's seat when it comes to modern development techniques. Basic object-oriented C# programming experience and an elementary familiarity with the .NET framework library is required. What You Will Learn Put patterns and pattern catalogs into the right perspective Apply patterns for software development under C#/.NET Use GoF and other patterns in real-life development scenarios Be able to enrich your design vocabulary and well articulate your design thoughts Leverage object/functional programming by mixing OOP and FP Understand the reactive programming model using Rx and RxJs Writing compositional code using C# LINQ constructs Be able to implement concurrent/parallel programming techniques using idioms under .NET Avoiding pitfalls when creating compositional, readable, and maintainable code using imperative, functional, and reactive code. In Detail Knowing about design patterns enables developers to improve their code base, promoting code reuse and making their design more robust. This book focuses on the practical aspects of programming in .NET. You will learn about some of the relevant design patterns (and their application) that are most widely used. We start with classic object-oriented programming (OOP) techniques, evaluate parallel programming and concurrency models, enhance implementations by mixing OOP and functional programming, and finally to the reactive programming model where functional programming and OOP are used in synergy to write better code. Throughout this book, we'll show you how to deal with architecture/design techniques, GoF patterns, relevant patterns from other catalogs, functional programming, and reactive programming techniques. After reading this book, you will be able to convincingly leverage these design patterns (factory pattern, builder pattern, prototype pattern, adapter pattern, facade pattern, decorator pattern, observer pattern and so on) for your programs. You will also be able...

Expert.NET Micro Framework
Author:
ISBN: 9781590599730 159059973X Year: 2008 Publisher: Berkeley : Apress,

QuickTime for .NET and COM developers
Author:
ISBN: 1280633662 9786610633661 0080454720 0127745750 9780080454726 9780127745756 9781280633669 6610633665 Year: 2006 Publisher: Amsterdam ; Boston : Morgan Kaufmann/Elsevier,

Loading...
Export citation

Choose an application

Bookmark

Abstract

At the heart of Apple's hugely popular iLife software suite-iMovie, iPhoto, iDVD, GarageBand, and iTunes-is QuickTime, the powerful media engine that drives elegant applications for managing movies, images, and audio files. The enduring success of QuickTime is in no small part attributable to its component architecture. This key feature has allowed it to embrace emerging digital media technologies and standards one by one as they have appeared over the 12 or so years since its launch. None of the competing technologies even comes close, let alone on both Mac OS X and Windows.QuickTi

ASP.net
Author:
ISBN: 1281052981 9786611052980 0080476368 1928994504 1932266062 9781932266061 9781928994503 9780080475943 0080475949 9780080476360 1928994512 9781928994510 Year: 2002 Publisher: Rockland, Mass. Syngress

Loading...
Export citation

Choose an application

Bookmark

Abstract

Microsoft's C# (""C sharp"") is a modern, object-oriented programming language built from the ground up to exploit the power of XML-based Web services on Microsoft's new .NET platform. With its Visual C++ development system heritage, C# will enable millions of C and C++ developers to use existing skills to rapidly build sophisticated XML-based .NET applications.Why Will Web Developers Switch to C#?...Because it's the ideal solution for C and C++ programmers who need to combine rapid development with the power to access all the functionality of the Microsoft.NET platform. They want an e


Book
Building Single Page Applications in .NET Core 3 : Jumpstart Coding Using Blazor and C#
Author:
ISBN: 1484257472 1484257464 Year: 2020 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Attention .NET developers who no longer want to use JavaScript for your front end. Quickly and efficiently learn how to use C# for your single-page application (SPA) thanks to Blazor. Today’s reality is that most modern applications are web-based and if you want the same user experience as a desktop application, you need to be able to create a single-page application. While there are multiple frameworks and libraries to choose from (including Angular, React, and VueJS), you still need to know how to code in JavaScript. But now there is another option from Microsoft. Blazor is an open-source framework that enables developers to create web applications using C# and HTML, and everything you need to get started is covered in this guide. You will learn the steps, through build-along coding examples, that will allow you to use the same language for both the front end and the back end of your application. This book is designed to get you comfortable creating a single-page application in the shortest time possible. Get ready to create a complete business application that teaches and reinforces the skills you need in a Blazor production environment. What You Will Learn Develop the front end of an application using C# and .NET Core Use this quick-start for .NET developers who need to improve their application with a single-page front end Take a code-first approach that models an actual business application Gain insights for developing a high-functioning and maintainable application Study guidance on repurposing your .NET skill set This book is for C# and .NET developers who have some experience in web development. Michele Aponte is a programmer working with Java, .NET, and JavaScript at software and IT consulting companies in his native Italy since 1993. Combining his training, consulting, and development skills, in 2013 Michele founded “Blexin” to help customers migrate older software and systems to new technologies in order to improve their businesses. Passionate about programming, Michele embraces sharing with the community. He founded DotNetCampania, a Microsoft User Group in 2008, and has organized many regional conferences. Recognized as a Microsoft MVP, he often presents on Microsoft and JavaScript topics at tech conferences throughout Italy.


Book
Pro .NET 5 Custom Libraries : Implementing Custom .NET Data Types
Author:
ISBN: 148426391X 1484263901 Year: 2020 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Leverage .NET 5, Microsoft’s bold new cross-platform implementation, for developing your very own cross-platform custom data types and libraries for Windows, Linux, and macOS. The book starts with the purpose and benefits of a custom cross-platform model of .NET data types and its architectural implementation in detail. Next, you will learn fundamental operations such as the equality and inequality operations in .NET 5, demonstrated with sample projects in C#. Implementation of comparison and sorting operations is discussed next followed by a discussion on cloning operations. Here you will learn details of overriding the clone virtual method and its implementation. Moving forward, you will understand custom formatting with specialized .NET data types in various functions and how to implement it. You will then go through .NET reference types along with developing a custom library for working with the software project. Finally, you will explore .NET 5 assemblies and modules followed by their APIs. After reading Pro .NET 5 Custom Libraries, you will be able to work on fundamental operations for productivity and quality in your designs of .NET 5 custom data types. You will: Work with .NET 5 assemblies Work with .NET 5 modules Understand the logical and physical organization of .NET 5 modules Implement custom .NET reference types from scratch Implement a custom .NET value type from scratch.

Shared source CLI essentials
Authors: --- ---
ISBN: 059600351X 9780596003517 Year: 2003 Publisher: Sebastopol, Calif. Farnham O'Reilly


Book
.NET 4.0 Generics : beginner's guide : enhance the type safety of your code and create applications easily using Generics in the .NET 4.0 Framework
Author:
ISBN: 1283453533 9786613453532 1849690790 9781849690799 1849690782 9781849690782 9781849690782 9781283453530 6613453536 Year: 2012 Publisher: Birmingham, U.K. : Packt Pub.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This is a concise, practical guide that will help you learn Generics in .NET, with lots of real world and fun-to-build examples and clear explanations. It is packed with screenshots to aid your understanding of the process. This book is aimed at beginners in Generics. It assumes some working knowledge of C# , but it isn't mandatory. The following would get the most use out of the book: Newbie C# developers struggling with Generics. Experienced C++ and Java Programmers who are migrating to C# and looking for an alternative to other generic frameworks like STL and JCF would find this book handy.


Book
Instant Nancy Web development : leverage the powerful and lightweight .NET-based Nancy Web framework
Author:
ISBN: 1783283920 9781783283927 9781783283910 Year: 2013 Publisher: Birmingham, England : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Listing 1 - 10 of 253 << page
of 26
>>
Sort by